Html Css Color HEX #98CBFF Light Sky Blue

📋 copy color: '#98CBFF'

red 152 ◦ green 203 ◦ blue 255

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

Shades of Light Sky Blue #98CBFF

Tints of Light Sky Blue #98CBFF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.28%

 BLUE value IS 255 (100% from 255) = 41.8%

R = 24.92%
G = 33.28%
B = 41.8%

CMYK

 C value IS 0.40

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#98CBFF (or 0x98CBFF) is known color: Light Sky Blue. HEX triplet: 98, CB and FF. RGB value is (152,203,255). Sum of RGB (Red+Green+Blue) = 152+203+255=610 (80% of max value = 765). Red value is 152 (59.77% from 255 or 24.92% from 610); Green value is 203 (79.69% from 255 or 33.28% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #98CBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98CBFF is #673400. Grayscale: #C1C1C1. Windows color (decimal): -6763521 or 16763800. OLE color: 16763800.

HSL color Cylindrical-coordinate representation of color #98CBFF: hue angle of 210.29º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98CBFF is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 152 203 255 -
CMYK 0.40 0.20 0 0
HSL 210.29º 1% 0.8% -
HSV(B) 210.29º 0.4% 1% -
XYZ 52.35 56.61 102.77 -
YUV 193.68 162.6 98.27 -
System Red Green Blue C M Y K H S L
Decimal 152 203 255 0.40 0.20 0 0 210.29 1 0.8
Hex 98 CB FF 28 14 0 0 D2 64 50
Octal 230 313 377 50 24 0 0 322 144 120
Binary 10011000 11001011 11111111 101000 10100 0 0 11010010 1100100 1010000

Color Harmonies of #98CBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CBFF

Black with #98CBFF

Text Example


Text Example

White with #98CBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,203,255); }

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

background-color css

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

 a { background-color: rgb(152,203,255); }

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

border-color css

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

 span { border-color: rgb(152,203,255); }

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