Html Css Color HEX #94BDF3 Cornflower

📋 copy color: '#94BDF3'

red 148 ◦ green 189 ◦ blue 243

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

Shades of Cornflower #94BDF3

Tints of Cornflower #94BDF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 41.9%

R = 25.52%
G = 32.59%
B = 41.9%

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

#94BDF3 (or 0x94BDF3) is known color: Cornflower. HEX triplet: 94, BD and F3. RGB value is (148,189,243). Sum of RGB (Red+Green+Blue) = 148+189+243=580 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.52% from 580); Green value is 189 (74.22% from 255 or 32.59% from 580); Blue value is 243 (95.31% from 255 or 41.90% from 580); Max value from RGB is 243 - color contains mainly: blue. Hex color #94BDF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94BDF3 is #6B420C. Grayscale: #B6B6B6. Windows color (decimal): -7029261 or 15973780. OLE color: 15973780.

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

Color convert

RGB 148 189 243 -
CMYK 0.39 0.22 0 0.05
HSL 214.11º 0.8% 0.77% -
HSV(B) 214.11º 0.39% 0.95% -
XYZ 46.59 49.16 91.83 -
YUV 182.9 161.92 103.11 -
System Red Green Blue C M Y K H S L
Decimal 148 189 243 0.39 0.22 0 0.05 214.11 0.8 0.77
Hex 94 BD F3 27 16 0 5 D6 50 4D
Octal 224 275 363 47 26 0 5 326 120 115
Binary 10010100 10111101 11110011 100111 10110 0 101 11010110 1010000 1001101

Color Harmonies of #94BDF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BDF3

Black with #94BDF3

Text Example


Text Example

White with #94BDF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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