Html Css Color HEX #98CFEA Cornflower

📋 copy color: '#98CFEA'

red 152 ◦ green 207 ◦ blue 234

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

Shades of Cornflower #98CFEA

Tints of Cornflower #98CFEA

RGB

 RED value IS 152 (59.77% from 255) = 25.63%

 GREEN value IS 207 (81.25% from 255) = 34.91%

 BLUE value IS 234 (91.8% from 255) = 39.46%

R = 25.63%
G = 34.91%
B = 39.46%

CMYK

 C value IS 0.35

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#98CFEA (or 0x98CFEA) is known color: Cornflower. HEX triplet: 98, CF and EA. RGB value is (152,207,234). Sum of RGB (Red+Green+Blue) = 152+207+234=593 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.63% from 593); Green value is 207 (81.25% from 255 or 34.91% from 593); Blue value is 234 (91.80% from 255 or 39.46% from 593); Max value from RGB is 234 - color contains mainly: blue. Hex color #98CFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98CFEA is #673015. Grayscale: #C1C1C1. Windows color (decimal): -6762518 or 15388568. OLE color: 15388568.

HSL color Cylindrical-coordinate representation of color #98CFEA: hue angle of 199.76º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98CFEA is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 152 207 234 -
CMYK 0.35 0.12 0 0.08
HSL 199.76º 0.66% 0.76% -
HSV(B) 199.76º 0.35% 0.92% -
XYZ 50.11 57.24 86.25 -
YUV 193.63 150.78 98.3 -
System Red Green Blue C M Y K H S L
Decimal 152 207 234 0.35 0.12 0 0.08 199.76 0.66 0.76
Hex 98 CF EA 23 C 0 8 C8 42 4C
Octal 230 317 352 43 14 0 10 310 102 114
Binary 10011000 11001111 11101010 100011 1100 0 1000 11001000 1000010 1001100

Color Harmonies of #98CFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CFEA

Black with #98CFEA

Text Example


Text Example

White with #98CFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98CFEA; }

 p { color: rgb(152,207,234); }

 H1.HeaderClassName
 {
   color: #98CFEA;
 }
 .AnyTagClassName
 {
   color: #98CFEA;
 }
</style>

background-color css

<style>
 a { background-color: #98CFEA; }

 a { background-color: rgb(152,207,234); }

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

border-color css

<style>
 span { border-color: #98CFEA; }

 span { border-color: rgb(152,207,234); }

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