Html Css Color HEX #94BFDA Cornflower

📋 copy color: '#94BFDA'

red 148 ◦ green 191 ◦ blue 218

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

Shades of Cornflower #94BFDA

Tints of Cornflower #94BFDA

RGB

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

 GREEN value IS 191 (75% from 255) = 34.29%

 BLUE value IS 218 (85.55% from 255) = 39.14%

R = 26.57%
G = 34.29%
B = 39.14%

CMYK

 C value IS 0.32

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#94BFDA (or 0x94BFDA) is known color: Cornflower. HEX triplet: 94, BF and DA. RGB value is (148,191,218). Sum of RGB (Red+Green+Blue) = 148+191+218=557 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.57% from 557); Green value is 191 (75% from 255 or 34.29% from 557); Blue value is 218 (85.55% from 255 or 39.14% from 557); Max value from RGB is 218 - color contains mainly: blue. Hex color #94BFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BFDA is #6B4025. Grayscale: #B5B5B5. Windows color (decimal): -7028774 or 14335892. OLE color: 14335892.

HSL color Cylindrical-coordinate representation of color #94BFDA: hue angle of 203.14º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94BFDA is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 148 191 218 -
CMYK 0.32 0.12 0 0.15
HSL 203.14º 0.49% 0.72% -
HSV(B) 203.14º 0.32% 0.85% -
XYZ 43.5 48.62 73.42 -
YUV 181.22 148.75 104.3 -
System Red Green Blue C M Y K H S L
Decimal 148 191 218 0.32 0.12 0 0.15 203.14 0.49 0.72
Hex 94 BF DA 20 C 0 F CB 31 48
Octal 224 277 332 40 14 0 17 313 61 110
Binary 10010100 10111111 11011010 100000 1100 0 1111 11001011 110001 1001000

Color Harmonies of #94BFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BFDA

Black with #94BFDA

Text Example


Text Example

White with #94BFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,191,218); }

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

background-color css

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

 a { background-color: rgb(148,191,218); }

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

border-color css

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

 span { border-color: rgb(148,191,218); }

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