Html Css Color HEX #98EAFF Columbia Blue

📋 copy color: '#98EAFF'

red 152 ◦ green 234 ◦ blue 255

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

Shades of Columbia Blue #98EAFF

Tints of Columbia Blue #98EAFF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.51%

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

R = 23.71%
G = 36.51%
B = 39.78%

CMYK

 C value IS 0.40

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#98EAFF (or 0x98EAFF) is known color: Columbia Blue. HEX triplet: 98, EA and FF. RGB value is (152,234,255). Sum of RGB (Red+Green+Blue) = 152+234+255=641 (84% of max value = 765). Red value is 152 (59.77% from 255 or 23.71% from 641); Green value is 234 (91.80% from 255 or 36.51% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #98EAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98EAFF is #671500. Grayscale: #D3D3D3. Windows color (decimal): -6755585 or 16771736. OLE color: 16771736.

HSL color Cylindrical-coordinate representation of color #98EAFF: hue angle of 192.23º 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 #98EAFF is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 152 234 255 -
CMYK 0.40 0.08 0 0
HSL 192.23º 1% 0.8% -
HSV(B) 192.23º 0.4% 1% -
XYZ 60.42 72.74 105.46 -
YUV 211.88 152.33 85.29 -
System Red Green Blue C M Y K H S L
Decimal 152 234 255 0.40 0.08 0 0 192.23 1 0.8
Hex 98 EA FF 28 8 0 0 C0 64 50
Octal 230 352 377 50 10 0 0 300 144 120
Binary 10011000 11101010 11111111 101000 1000 0 0 11000000 1100100 1010000

Color Harmonies of #98EAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98EAFF

Black with #98EAFF

Text Example


Text Example

White with #98EAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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