Html Css Color HEX #94BDF2 Cornflower

📋 copy color: '#94BDF2'

red 148 ◦ green 189 ◦ blue 242

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

Shades of Cornflower #94BDF2

Tints of Cornflower #94BDF2

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.64%

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

R = 25.56%
G = 32.64%
B = 41.8%

CMYK

 C value IS 0.39

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#94BDF2 (or 0x94BDF2) is known color: Cornflower. HEX triplet: 94, BD and F2. RGB value is (148,189,242). Sum of RGB (Red+Green+Blue) = 148+189+242=579 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.56% from 579); Green value is 189 (74.22% from 255 or 32.64% from 579); Blue value is 242 (94.92% from 255 or 41.80% from 579); Max value from RGB is 242 - color contains mainly: blue. Hex color #94BDF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94BDF2 is #6B420D. Grayscale: #B6B6B6. Windows color (decimal): -7029262 or 15908244. OLE color: 15908244.

HSL color Cylindrical-coordinate representation of color #94BDF2: hue angle of 213.83º 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 #94BDF2 is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 148 189 242 -
CMYK 0.39 0.22 0 0.05
HSL 213.83º 0.78% 0.76% -
HSV(B) 213.83º 0.39% 0.95% -
XYZ 46.44 49.1 91.03 -
YUV 182.78 161.42 103.19 -
System Red Green Blue C M Y K H S L
Decimal 148 189 242 0.39 0.22 0 0.05 213.83 0.78 0.76
Hex 94 BD F2 27 16 0 5 D6 4E 4C
Octal 224 275 362 47 26 0 5 326 116 114
Binary 10010100 10111101 11110010 100111 10110 0 101 11010110 1001110 1001100

Color Harmonies of #94BDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BDF2

Black with #94BDF2

Text Example


Text Example

White with #94BDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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