Html Css Color HEX #65EEF3 Baby Blue

📋 copy color: '#65EEF3'

red 101 ◦ green 238 ◦ blue 243

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

Shades of Baby Blue #65EEF3

Tints of Baby Blue #65EEF3

RGB

 RED value IS 101 (39.84% from 255) = 17.35%

 GREEN value IS 238 (93.36% from 255) = 40.89%

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

R = 17.35%
G = 40.89%
B = 41.75%

CMYK

 C value IS 0.58

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#65EEF3 (or 0x65EEF3) is known color: Baby Blue. HEX triplet: 65, EE and F3. RGB value is (101,238,243). Sum of RGB (Red+Green+Blue) = 101+238+243=582 (77% of max value = 765). Red value is 101 (39.84% from 255 or 17.35% from 582); Green value is 238 (93.36% from 255 or 40.89% from 582); Blue value is 243 (95.31% from 255 or 41.75% from 582); Max value from RGB is 243 - color contains mainly: blue. Hex color #65EEF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65EEF3 is #9A110C. Grayscale: #C5C5C5. Windows color (decimal): -10096909 or 15986277. OLE color: 15986277.

HSL color Cylindrical-coordinate representation of color #65EEF3: hue angle of 182.11º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65EEF3 is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 101 238 243 -
CMYK 0.58 0.02 0 0.05
HSL 182.11º 0.86% 0.67% -
HSV(B) 182.11º 0.58% 0.95% -
XYZ 52.12 70.39 95.63 -
YUV 197.61 153.61 59.09 -
System Red Green Blue C M Y K H S L
Decimal 101 238 243 0.58 0.02 0 0.05 182.11 0.86 0.67
Hex 65 EE F3 3A 2 0 5 B6 56 43
Octal 145 356 363 72 2 0 5 266 126 103
Binary 1100101 11101110 11110011 111010 10 0 101 10110110 1010110 1000011

Color Harmonies of #65EEF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65EEF3

Black with #65EEF3

Text Example


Text Example

White with #65EEF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65EEF3; }

 p { color: rgb(101,238,243); }

 H1.HeaderClassName
 {
   color: #65EEF3;
 }
 .AnyTagClassName
 {
   color: #65EEF3;
 }
</style>

background-color css

<style>
 a { background-color: #65EEF3; }

 a { background-color: rgb(101,238,243); }

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

border-color css

<style>
 span { border-color: #65EEF3; }

 span { border-color: rgb(101,238,243); }

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