Html Css Color HEX #94BAF2 Cornflower

📋 copy color: '#94BAF2'

red 148 ◦ green 186 ◦ blue 242

#94BAF2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower #94BAF2

Tints of Cornflower #94BAF2

RGB

 RED value IS 148 (58.2% from 255) = 25.69%

 GREEN value IS 186 (73.05% from 255) = 32.29%

 BLUE value IS 242 (94.92% from 255) = 42.01%

R = 25.69%
G = 32.29%
B = 42.01%

CMYK

 C value IS 0.39

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#94BAF2 (or 0x94BAF2) is known color: Cornflower. HEX triplet: 94, BA and F2. RGB value is (148,186,242). Sum of RGB (Red+Green+Blue) = 148+186+242=576 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.69% from 576); Green value is 186 (73.05% from 255 or 32.29% from 576); Blue value is 242 (94.92% from 255 or 42.01% from 576); Max value from RGB is 242 - color contains mainly: blue. Hex color #94BAF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94BAF2 is #6B450D. Grayscale: #B4B4B4. Windows color (decimal): -7030030 or 15907476. OLE color: 15907476.

HSL color Cylindrical-coordinate representation of color #94BAF2: hue angle of 215.74º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94BAF2 is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 148 186 242 -
CMYK 0.39 0.23 0 0.05
HSL 215.74º 0.78% 0.76% -
HSV(B) 215.74º 0.39% 0.95% -
XYZ 45.8 47.82 90.82 -
YUV 181.02 162.41 104.45 -
System Red Green Blue C M Y K H S L
Decimal 148 186 242 0.39 0.23 0 0.05 215.74 0.78 0.76
Hex 94 BA F2 27 17 0 5 D8 4E 4C
Octal 224 272 362 47 27 0 5 330 116 114
Binary 10010100 10111010 11110010 100111 10111 0 101 11011000 1001110 1001100

Color Harmonies of #94BAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BAF2

Black with #94BAF2

Text Example


Text Example

White with #94BAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94BAF2; }

 p { color: rgb(148,186,242); }

 H1.HeaderClassName
 {
   color: #94BAF2;
 }
 .AnyTagClassName
 {
   color: #94BAF2;
 }
</style>

background-color css

<style>
 a { background-color: #94BAF2; }

 a { background-color: rgb(148,186,242); }

 div.DivClassName
 {
   background-color: #94BAF2;
 }
 .BgClassName
 {
   background-color: #94BAF2;
 }
</style>

border-color css

<style>
 span { border-color: #94BAF2; }

 span { border-color: rgb(148,186,242); }

 td.TdClassName
 {
   border-color: #94BAF2;
 }
 .TagClassName
 {
   border-color: #94BAF2;
 }
</style>