Html Css Color HEX #94CAEE Cornflower

📋 copy color: '#94CAEE'

red 148 ◦ green 202 ◦ blue 238

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

Shades of Cornflower #94CAEE

Tints of Cornflower #94CAEE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.35%

 BLUE value IS 238 (93.36% from 255) = 40.48%

R = 25.17%
G = 34.35%
B = 40.48%

CMYK

 C value IS 0.38

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#94CAEE (or 0x94CAEE) is known color: Cornflower. HEX triplet: 94, CA and EE. RGB value is (148,202,238). Sum of RGB (Red+Green+Blue) = 148+202+238=588 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.17% from 588); Green value is 202 (79.30% from 255 or 34.35% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 238 - color contains mainly: blue. Hex color #94CAEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94CAEE is #6B3511. Grayscale: #BDBDBD. Windows color (decimal): -7025938 or 15649428. OLE color: 15649428.

HSL color Cylindrical-coordinate representation of color #94CAEE: hue angle of 204º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94CAEE is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 202 238 -
CMYK 0.38 0.15 0 0.07
HSL 204º 0.73% 0.76% -
HSV(B) 204º 0.38% 0.93% -
XYZ 48.77 54.71 88.88 -
YUV 189.96 155.11 98.07 -
System Red Green Blue C M Y K H S L
Decimal 148 202 238 0.38 0.15 0 0.07 204 0.73 0.76
Hex 94 CA EE 26 F 0 7 CC 49 4C
Octal 224 312 356 46 17 0 7 314 111 114
Binary 10010100 11001010 11101110 100110 1111 0 111 11001100 1001001 1001100

Color Harmonies of #94CAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CAEE

Black with #94CAEE

Text Example


Text Example

White with #94CAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,202,238); }

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

background-color css

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

 a { background-color: rgb(148,202,238); }

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

border-color css

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

 span { border-color: rgb(148,202,238); }

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